-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ndarray qois in pce_analysis #379
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This passes all tests and looks good to me. David, do you agree?
I've rerouted this ticket from David to Wouter. @bartoszbosak I just wanted to check: you still would like to have this merged into master, right? |
Hi @djgroen, yes it would be nice to have it merged. I think that my proposition doesn't brake anything, but please double check :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me.
@wedeling -- this seems to be waiting for your approval ... |
Hi @wedeling, could you check this PR if it can be merged? Thanks in advance. |
There was a problem with
_describe
method inpce_analysis
- it returned simple scalar values for percentiles, which was not properly handled outside, wherendarray
is required. This change seems to solve this problem and hopefully does not have a negative impact elsewhere.